vlwkaos' digital garden

웹 텍스트 에디터 개발 가이드

  • Goal alignment by resource
    • full contenteditable-based
    • semi contenteditable-based
    • canvas-based
  • Model Schema Abstraction
    • Class based
    • Schema object based
    • model change
  • View Dom Abstraction
    • Schema
    • reconciliation
  • Selection Abastraction
    • Controlling Selection API
      • user-intent
      • need some kind of event layer...?
  • UIEvent and Input Abastraction
    • Yup, we definitely need one.
    • Webkit
    • Chromium
    • Gecko
  • Text Insertion
  • Text Deletion
  • Tree Manipulation
    • insertContent
    • deleteContent
      • merging
  • The Future
    • EditorContext API

Referred in

웹 텍스트 에디터 개발 가이드